home *** CD-ROM | disk | FTP | other *** search
- /**[f******************************************************************
- * cipminfo.h -- PageMaker application information interface
- * definition
- *
- * Copyright (c) 1996 Adobe Systems, Inc. All Rights Reserved
- *
- *
- * ABSTRACT:
- *
- * USAGE:
- *
- * ROUTINES DEFINED:
- *
- * $Revision: 1.1 $
- *
- *
- *
- **f]******************************************************************/
-
- #ifndef __CIPMINFO_H
- #define __CIPMINFO_H
-
- class CIPMInfo : public CIInterface {
- public:
- char *GetUserName()=0;
- char *GetCompanyName()=0;
- char *GetSerialNumber()=0;
- char *GetVersionNumber()=0;
- // PMLANGUAGE GetLanguageVersion()=0;
- };
- #endif
-